home *** CD-ROM | disk | FTP | other *** search
/ GameStar 2005 October / Gamestar_77_2005-10_dvd.iso / Programy / powarc920cz.exe / {app} / POWERARC.EXE / 0 / RCDATA / TEXTRACTFORM / TEXTRACTFORM.txt
Text File  |  2005-03-06  |  5KB  |  214 lines

  1. object ExtractForm: TExtractForm
  2.   Left = 226
  3.   Top = 206
  4.   Width = 496
  5.   Height = 371
  6.   HorzScrollBar.Visible = False
  7.   VertScrollBar.Visible = False
  8.   BorderIcons = [biSystemMenu, biMaximize]
  9.   Caption = 'Extract'
  10.   Color = clBtnFace
  11.   ParentFont = True
  12.   KeyPreview = True
  13.   OldCreateOrder = True
  14.   Scaled = False
  15.   OnClose = FormClose
  16.   OnCreate = FormCreate
  17.   OnKeyDown = FormKeyDown
  18.   OnKeyPress = FormKeyPress
  19.   OnResize = FormResize
  20.   OnShow = FormShow
  21.   PixelsPerInch = 96
  22.   TextHeight = 13
  23.   object ExtractToL: TLabel
  24.     Left = 8
  25.     Top = 8
  26.     Width = 185
  27.     Height = 13
  28.     AutoSize = False
  29.     Caption = 'E&xtract to:'
  30.     FocusControl = Destination
  31.   end
  32.   object FolderDrivesL: TLabel
  33.     Left = 227
  34.     Top = 56
  35.     Width = 121
  36.     Height = 13
  37.     AutoSize = False
  38.     Caption = '&Folders/drives:'
  39.   end
  40.   object Bevel1: TBevel
  41.     Left = 4
  42.     Top = 302
  43.     Width = 479
  44.     Height = 8
  45.     Shape = bsTopLine
  46.   end
  47.   object Destination: TComboBox
  48.     Left = 8
  49.     Top = 24
  50.     Width = 441
  51.     Height = 21
  52.     ItemHeight = 13
  53.     TabOrder = 0
  54.     OnChange = DestinationChange
  55.   end
  56.   object FilesGroup: TGroupBox
  57.     Left = 8
  58.     Top = 56
  59.     Width = 209
  60.     Height = 89
  61.     Caption = ' Files '
  62.     TabOrder = 2
  63.     object SelectedFiles: TRadioButton
  64.       Left = 8
  65.       Top = 16
  66.       Width = 193
  67.       Height = 17
  68.       Caption = '&Selected files'
  69.       TabOrder = 0
  70.     end
  71.     object AllFilesButt: TRadioButton
  72.       Left = 8
  73.       Top = 40
  74.       Width = 193
  75.       Height = 17
  76.       Caption = '&All files'
  77.       TabOrder = 1
  78.     end
  79.     object CFiles: TRadioButton
  80.       Left = 8
  81.       Top = 64
  82.       Width = 57
  83.       Height = 17
  84.       Caption = 'F&iles:'
  85.       TabOrder = 2
  86.       OnClick = CFilesClick
  87.     end
  88.     object FileSpec: TEdit
  89.       Left = 64
  90.       Top = 62
  91.       Width = 137
  92.       Height = 21
  93.       TabOrder = 3
  94.       Text = 'FileSpec'
  95.       OnEnter = FileSpecEnter
  96.     end
  97.   end
  98.   object ExplorerButt: TButton
  99.     Left = 457
  100.     Top = 24
  101.     Width = 25
  102.     Height = 21
  103.     Caption = '->'
  104.     TabOrder = 1
  105.     OnClick = ExploreButtClick
  106.   end
  107.   object NewFolderButt: TButton
  108.     Left = 381
  109.     Top = 272
  110.     Width = 99
  111.     Height = 25
  112.     Caption = '&New Folder...'
  113.     TabOrder = 4
  114.     OnClick = NewFolderButtClick
  115.   end
  116.   object ExtractButt: TButton
  117.     Left = 247
  118.     Top = 309
  119.     Width = 75
  120.     Height = 25
  121.     Caption = '&Extract'
  122.     Default = True
  123.     TabOrder = 5
  124.     OnClick = ExtractButtClick
  125.   end
  126.   object CancelButt: TButton
  127.     Left = 327
  128.     Top = 309
  129.     Width = 75
  130.     Height = 25
  131.     Caption = '&Cancel'
  132.     TabOrder = 7
  133.     OnClick = CancelButtClick
  134.   end
  135.   object HelpButt: TButton
  136.     Left = 409
  137.     Top = 309
  138.     Width = 75
  139.     Height = 25
  140.     Caption = '&Help'
  141.     TabOrder = 6
  142.     OnClick = HelpButtClick
  143.   end
  144.   object ElGroupBox1: TGroupBox
  145.     Left = 8
  146.     Top = 154
  147.     Width = 209
  148.     Height = 87
  149.     Caption = ' Options '
  150.     TabOrder = 3
  151.     object OverwriteExisting: TCheckBox
  152.       Left = 8
  153.       Top = 16
  154.       Width = 193
  155.       Height = 17
  156.       Caption = '&Overwrite existing files'
  157.       TabOrder = 0
  158.     end
  159.     object UseFolderNames: TCheckBox
  160.       Left = 8
  161.       Top = 40
  162.       Width = 193
  163.       Height = 17
  164.       Caption = 'Do not extract &pathnames'
  165.       TabOrder = 1
  166.     end
  167.     object CheckBox1: TCheckBox
  168.       Left = 8
  169.       Top = 64
  170.       Width = 193
  171.       Height = 17
  172.       Caption = 'Open fol&der after extracting'
  173.       TabOrder = 2
  174.     end
  175.   end
  176.   object treelist: TVirtualExplorerTreeview
  177.     Left = 224
  178.     Top = 72
  179.     Width = 257
  180.     Height = 193
  181.     Active = True
  182.     ColumnDetails = cdUser
  183.     DefaultNodeHeight = 17
  184.     DragHeight = 250
  185.     DragWidth = 150
  186.     FileSizeFormat = fsfExplorer
  187.     FileSort = fsFileType
  188.     Header.AutoSizeIndex = 0
  189.     Header.Font.Charset = DEFAULT_CHARSET
  190.     Header.Font.Color = clWindowText
  191.     Header.Font.Height = -11
  192.     Header.Font.Name = 'MS Shell Dlg 2'
  193.     Header.Font.Style = []
  194.     Header.MainColumn = -1
  195.     Header.Options = [hoColumnResize, hoDrag]
  196.     HintMode = hmHint
  197.     IncrementalSearch = isVisibleOnly
  198.     ParentColor = False
  199.     RootFolder = rfDesktop
  200.     TabOrder = 8
  201.     TabStop = True
  202.     TreeOptions.AutoOptions = [toAutoScroll]
  203.     TreeOptions.MiscOptions = [toAcceptOLEDrop, toEditable, toToggleOnDblClick]
  204.     TreeOptions.PaintOptions = [toShowButtons, toShowTreeLines, toUseBlendedImages, toGhostedIfUnfocused]
  205.     TreeOptions.SelectionOptions = [toSiblingSelectConstraint]
  206.     TreeOptions.VETShellOptions = [toContextMenus]
  207.     TreeOptions.VETSyncOptions = [toCollapseTargetFirst, toExpandTarget, toSelectTarget]
  208.     TreeOptions.VETMiscOptions = [toBrowseExecuteFolder, toBrowseExecuteFolderShortcut, toChangeNotifierThread, toRemoveContextMenuShortCut]
  209.     TreeOptions.VETImageOptions = [toImages, toThreadedImages, toMarkCutAndCopy]
  210.     OnChange = aa
  211.     Columns = <>
  212.   end
  213. end
  214.